TreeCursor.goto_next_sibling

Move this cursor to the next sibling of its current node.

This returns true if the cursor successfully moved, and returns false if there was no next sibling node.

struct TreeCursor
@nogc nothrow
goto_next_sibling
()

Meta